Skip to content

Update filevideostream.py#187

Open
aditya2amd wants to merge 1 commit intoPyImageSearch:masterfrom
aditya2amd:patch-1
Open

Update filevideostream.py#187
aditya2amd wants to merge 1 commit intoPyImageSearch:masterfrom
aditya2amd:patch-1

Conversation

@aditya2amd
Copy link

break statement is required to immediately come out of While loop when "not grabbed" is TRUE. Since break is not there, so it goes ahead with putting None type object in Queue, which results in error as None Type object is dequeued in last dequeue operation.

break statement is required to immediately come out of While loop when "not grabbed" is TRUE. Since break is not there, so it goes ahead with putting None type object in Queue, which results in error as None Type object is dequeued in last dequeue operation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant